Welcome![Sign In][Sign Up]
Location:
Search - directshow sdk

Search list

[DirextXChapter04

Description: DirectShow开发指南 本书以DirectX SDK 9.0版为蓝本,涉及的内容几乎涵盖了在Windows平台上使-DirectShow development guide book to DirectX SDK 9.0 version was modeled, involving almost covered in the Windows platform so that
Platform: | Size: 1690624 | Author: 黄均幸 | Hits:

[Multimedia programAVCapture

Description: DirectShow 是DirectX开发包中关于流媒体处理的一个开发包,本实例主要通过DireceShow 实现音视频捕捉,并将捕捉到的信息写入文件中。-DirectShow is the DirectX SDK on a deal with streaming media development kit, the examples DireceShow realize primarily through audio and video capture, and capture the information written into the document.
Platform: | Size: 3540992 | Author: 周炳华 | Hits:

[DirextXVideoWaveSDK

Description: VideoWaveSDK文档,不错的DirectShow编程参考。 通过VW SDK DirectSHow版本你可以控制VW卡实现视频,音频采集,播放;亦可以设计基于DirectShow的各种视频应用程序。随VW SDK DirectShow版本,提供一个应用程序设计范例和一个网络视频应用API库用于创建网络组播应用-VW SDK DirectShow document with good examples for DirectShow programming.
Platform: | Size: 460800 | Author: wolf | Hits:

[DirextXDirect3D$9.0$SDK$document

Description: Direct3D,9.0,SDK文档最好的学习directshow工具-Direct3D, 9.0, SDK DirectShow study documents the best instrument
Platform: | Size: 2757632 | Author: 叶琮珲 | Hits:

[Multimedia DevelopMusicPlayer_directshow

Description: 一个简单的音乐播放器,播放常见的MP3,WMV,AVI,ASF格式文件,通过调用Directshow的高级COM接口来完成; VS2005编译通过,使用windows sdk 7.0(包含directshow sdk...)-A simple music player, play common MP3, WMV, AVI, ASF format, by calling the COM interface Directshow advanced to the finish VS2005 compiler through the use of windows sdk 7.0 (containing directshow sdk ...)
Platform: | Size: 4658176 | Author: shxc | Hits:

[Delphi VCLDELPHI_mediaplay

Description: 多媒体播放器,利用微软公司在ActiveMovie和Video for Windows的基础上推出的新一代基于COM的流媒体处理的开发包DirectShow与Delphi开发环境编写的多功能影音播放器.与小组成员五人合作完成了可行性研究报告、需求分析、概要设计说明书、详细说明书等开发文档.这是我软件工程实验的一个项目与大家分享,有完整的论文和代码.-Multimedia player, using Microsoft ActiveMovie and Video for Windows based on the introduction of a new generation of COM-based streaming media to deal with the DirectShow SDK and Delphi development environment, the preparation of multi-functional audio and video player. And team members to complete five the feasibility study, needs analysis, a summary of the design specification, detailed specification, such as the development documents.
Platform: | Size: 8699904 | Author: | Hits:

[mpeg mp3NewPLAYA

Description: mpeg 4 的播放器,需要安装directshow sdk配合编译!-mpeg 4 player, with the need to install the directshow sdk compiler!
Platform: | Size: 869376 | Author: dsvfd | Hits:

[Multimedia DevelopVMR

Description: 视频混合渲染Video Mixing Renderer 7(VMR-7)可用于WindowsXP操作系统,且是该系统的默认选择,与旧的显示滤波器相比功能有大的提升。VMR-9是DirectShow SDK 9.0中的视频渲染技术,采用Direct3D技术。VMR-9不是默认选择的滤波器,对系统要求更高,但功能更强、效果更好,它使用了最新的图像API 函数提供了最好的显示性能。-vmr
Platform: | Size: 128000 | Author: sanford | Hits:

[Windows Developshipincaiji

Description: 视频采集和捕捉(支持无驱摄像头) 预览视频,保存视频,设置视频格式,属性等-Directshow(SDK)
Platform: | Size: 38912 | Author: ddddddd | Hits:

[MacOS developtest

Description: 简单的摄像头控制程序(支持无驱) 支持截取视频并保存-Directshow(SDK)
Platform: | Size: 33792 | Author: ddddddd | Hits:

[DirextXPowerPointTransitions(VB)

Description: 图片动态切换效果,例如淡入淡出、水平展开、垂直展开、对角线展开、中心向四周扩散等10多种效果,基于directshow editing service-implement more than ten kinds of transition effect on a group of pictures, completely based on the directshow editing service sdk.
Platform: | Size: 225280 | Author: pengweizhi | Hits:

[Multimedia DevelopVirtualVCR-src-v2.6.9

Description: 类似与directshow SDK的例子AMCap,可以从视频采集设备(例如摄像头)中预览视频,捕捉数据,可以录制成AVI,有丰富的配置选项。-like the direcshow sdk example AMCap, it can preview video or capture data from a video capturing device, and it can record video into AVI file. It is featured with many configure options.
Platform: | Size: 228352 | Author: pengweizhi | Hits:

[DirextXDSPlay-Code

Description: 自己做的一个利用DirectShow SDK的播放器,可以支持asf,wma,wmv,实现比较简单的功能,初学者适用-Own use of the DirectShow SDK a player can support asf, wma, wmv, relatively simple to achieve the functions of the application for beginners
Platform: | Size: 3906560 | Author: lijun | Hits:

[File FormatdxVideo

Description: This library contains helper functions to read image frames into matlab from Video file using DirectShow. This library has borrowed codes from Ashwin Thangali s "DirectShow (DirectX) based AVI file reader", and it can read multiple video formats besides avi. Features: a) can read frames from rmvb, avi, etc. b) handles most codecs installed on the system d) its implementation is only based on the IMediaDet interface -- Depending on your Matlab version, the .mexw32 files may need to be renamed as .dll -- The library usage is as follows, [avi_hdl, avi_inf] = dxVideoOpen(avi_filename) pixmap = dxVideoReadMex(avi_hdl, frame_num) img = reshape(pixmap,[avi_inf.Height,avi_inf.Width,3]) dxVideoCloseMex(avi_hdl) -- recompile the library I have compiled the code with the DirectShow lib in Microsoft DirectX 9.0 SDK Update (December 2004) -- known limitation a)only works for windows :( b)may be slow for big image frames and some codecs. -This library contains helper functions to read image frames into matlab from Video file using DirectShow. This library has borrowed codes from Ashwin Thangali s "DirectShow (DirectX) based AVI file reader", and it can read multiple video formats besides avi. Features: a) can read frames from rmvb, avi, etc. b) handles most codecs installed on the system d) its implementation is only based on the IMediaDet interface -- Depending on your Matlab version, the .mexw32 files may need to be renamed as .dll -- The library usage is as follows, [avi_hdl, avi_inf] = dxVideoOpen(avi_filename) pixmap = dxVideoReadMex(avi_hdl, frame_num) img = reshape(pixmap,[avi_inf.Height,avi_inf.Width,3]) dxVideoCloseMex(avi_hdl) -- recompile the library I have compiled the code with the DirectShow lib in Microsoft DirectX 9.0 SDK Update (December 2004) -- known limitation a)only works for windows :( b)may be slow for big image frames and some codecs.
Platform: | Size: 17408 | Author: marwa | Hits:

[DirextXddxsdk4

Description: The DDX SDK lets you write DirectX filters using Delphi, without having to mess around with DirectShow and COM.
Platform: | Size: 500736 | Author: kris | Hits:

[Windows DevelopText

Description: 采用VMR7技术实现的文字的视频叠加。directshow中sdk的例子。-Text by VMR7 technology video overlay. directshow examples in the sdk.
Platform: | Size: 43008 | Author: gostop | Hits:

[Graph programDDrawXCL

Description: 独占模式视频播放能力 directshow90版本。现在可播放视频从AVI回来,MPEG文件以及DVD标题 即使在DirectDraw的全屏独占模式。预计这将是 非常有帮助的游戏和互动内容的发展。 -General Information: ==================== Now video can be played back from AVI, MPEG files as well as DVD titles even in DirectDraw exclusive fullscreen mode. This is expected to be very helpful to games and interactive content development. The DirectX SDK includes various components that together offer this capability. An updated Overlay Mixer filter in DirectShow is now capable of using a DirectDraw object and primary surface provided by an application, rather than insisting on using its own.
Platform: | Size: 49152 | Author: wengjinshu | Hits:

[GDI-BitmapPCBMatch

Description: 其于DirectShow SDK开发的采集视频程序,可以单独地采集单帧24位位图图像,它是基础的简单的DirectShow程序,特别利于初学者学习,程序中都是微软的示范源代码,只是简单的加了C++封装。-DirectShow SDK developed its capture video program, you can capture single frame alone 24-bit bitmap images, it is a simple DirectShow-based procedures, in particular, help beginners learn the demonstration program is Microsoft source code, but simply Add a C++ package.
Platform: | Size: 6285312 | Author: 王亮 | Hits:

[DirextXplayer

Description: 媒体播放器,VC++环境,程序中用到了DirectShow开发包,实现播放媒体文件,音量和进度调整,字幕叠加,调节亮度,饱和度,对比度-Media player, VC++ environment, the program used in the DirectShow SDK, for playing media files, adjust volume and progress, superimposed subtitles, adjust brightness, saturation, contrast
Platform: | Size: 1711104 | Author: 张志 | Hits:

[Streaming Mpeg4DirectShow_case

Description: Chapter04:第4章用到的代码,其中AppIPTransform为MFC Filter的例子, DsDemo是一些演示代码,FilterTitleOverlay是字符叠加Filter的源代码。 Chapter05:第5章用到的代码,其中GraphBuilding为Filter Graph构建技术 的一些代码,SimplePlayer为一个简单的播放器例子。 Chapter07:第7章用到的代码,其中DsDemo是一些演示代码。 Chapter09:第9章用到的代码,其中DESCallback演示了控制DirectShow智能 连接的方法。 Chapter18:第18章用到的代码,其中MpegNetwork为“MPEG流的网络客户端播放” 实现的所有源代码(请打开Daisy.dsw浏览各项目)。 Chapter19:第19章用到的代码,其中DVD2AVI_1.77.3_SRC.zip为开放源码, FilterMpeg2VD为此开放源码基础上开发的MPEG-2 Video Decoder Filter例子。-directshow sdk
Platform: | Size: 417792 | Author: ajing | Hits:
« 1 2 3 4 56 7 8 9 »

CodeBus www.codebus.net